Call function
This part calls the named function. The main routine pauses until the final Return part of the function is reached, then the
main routine continues running.
Sometimes you need to provide the function with parameters. Follow these steps:
- Select the part.
- In the Properties pane go to the Parameters section.
- Select each parameter in the parameter list and give it a value. (This value may actually be a variable or an expression which
will be worked out at runtime.)
Tips for use:
- Click on the name of the subroutine to edit it.
- This part will ignore any value returned from the called function. If you wish to store a value returned from a function,
use the Set variable part and call the function in the right-hand expression.
See also: